home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PROGEDIT / 0747.ZIP / PRINT.ME < prev    next >
Text File  |  1987-10-27  |  5KB  |  132 lines

  1.  
  2.  
  3.  
  4.                                     LISTCSUB
  5.                     COPYRIGHT, 1986 by Mathematica, Inc.
  6.  
  7.              All  rights  reserved.  Mathematica,  Inc.,  PO  Box   3537, 
  8.         Lakeland, FL, 33802.
  9.  
  10.              This  software  is  distriburted for the use  of  serious  C 
  11.         programmers.   It may be shared, copied or distributed to  others 
  12.         freely.   It may not be sold. It may be distributed by those  who 
  13.         charge no more than $10.00 for the cost of duplication,  shipping 
  14.         and distribution.
  15.  
  16.              The   source  code  for  this  program  is  available   from 
  17.         Mathematica  for the nominal charge of $16.00 including  shipping 
  18.         and  handling.   Your  $16.00 also buys the  latest  version  and 
  19.         printed  documentation.  For $10.00 you may have the  source  and 
  20.         documents  provided  you send us a formated disk, and  a  stamped 
  21.         self addressed disk shipping box.  
  22.  
  23.              Mathematica  is looking for talent!! We need  C  programmers 
  24.         who  know micros, MS-DOS and how to move code out the  door.   If 
  25.         the  prospect of living in sunny Florida interests you, write  to 
  26.         Mathematica,  Attn:  Personnel,  PO BOX 3537 Lakeland,  FL  33802.
  27.  
  28.         Our lawyers tell us this is a good thing to say:
  29.  
  30.  
  31.                                  DISCLAIMER
  32.  
  33.         Mathematica, Inc. makes no representation or warranties with 
  34.         respect  to the contents hereof, and specifically  disclaims 
  35.         any implied warranties of merchantability or fitness for any 
  36.         particular purpose. Furthermore, Mathematica, Inc.  reserves 
  37.         the  right to revise this publication, or our software,  and 
  38.         to  make  changes from time to time in the  context  hereof, 
  39.         without obligation of Mathematica, Inc. to notify any person 
  40.         of such revisions or changes.
  41.  
  42.         *SCREEN PRINT THE NEXT FEW LINES AND FILL IT OUT.  SEND IT TO:
  43.  
  44.         MATHEMATICA
  45.         PO BOX 3537
  46.         LAKELAND, FL  33802-3537
  47.              * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  48.         MATHEMATICA:
  49.              Here  is  $16.00.  Please send source code  for  the  latest 
  50.         version of LISTCSUB.
  51.  
  52.         SEND IT TO: Name____________________________________________
  53.              
  54.                  Address_____________________________________________
  55.          
  56.                   City______________________  State ______  Zip _____
  57.         Name║   LISTCSU┬ ¡ Utilit∙ progaφ t∩ lis⌠ functioε defination≤ iε
  58.                 ß module(s).è
  59.  
  60.                                         1
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.         Synopsis: listcsub options filename
  71.  
  72.         Description:
  73.                 Thi≤ áutilit∙ print≤ ou⌠ thσ functioε declaration≤ áiε áß
  74.                 module.
  75.  
  76.                 Thσ filenamσ fielΣ specifie≤ thσ module≤ whicΦ arσ t∩ ábσ 
  77.                 listed« á DO╙ áwildcarΣ ácharacter≤ arσ áalloweΣ áiε áthσ 
  78.                 filename« áIµ thσ wildcarΣ i≤ useΣ theε thσ module≤ áwil∞ 
  79.                 bσ printeΣ ou⌠ iε alphabetica∞ order.
  80.  
  81.                 The options field may be any of the following:
  82.  
  83.                 µ       Lis⌠ thσ functioε declaratioε linσ anΣ al∞ lines
  84.                         u≡ át∩ áthσ openinτ bracσ oµ thσ áfunction« áEacΦ
  85.                         modulσ wil∞ begiε witΦ /¬ *» whicΦ i≤ suitablσ f∩r 
  86.                         inpu⌠ to pr which is distributed by Lattice, Inc.
  87.  
  88.                 dYYMMDD Only output modules which have changed since YYMMDD.
  89.  
  90.  
  91.         Suggested Use:
  92.                 Withiε áeacΦ modulσ thσ function≤ shoulΣ bσ ádeclareΣ áa≤
  93.                 follows:
  94.                 im_a_func(...)          /* function to do something */
  95.         /¬      im_a_funπ take≤ somethinτ a≤ inpu⌠ anΣ theε perform≤ áthσ 
  96.                 followinτ actions:
  97.                 1 - ...
  98.                   .
  99.                   .
  100.                   .
  101.         */
  102.         /* keywords: key1 key2 ...  */
  103.  
  104.                 Thσ keyworΣ fielΣ i≤ no⌠ useΣ a⌠ thσ curren⌠ timσ howeve≥
  105.                 it≤ usσ i≤ suggesteΣ a≤ anothe≥ filte≥ wil∞ sooε exis⌠ t∩ 
  106.                 d∩ keyword searches & manipulations.
  107.  
  108.         Examples:
  109.                 listcsub \ibmio\*
  110.  
  111.                 Lists all the c modules in directory \ibmio
  112.  
  113.                 listcsub -f -d871110 \ibmio\*
  114.                 
  115.                 List≤ áthσ ful∞ descriptioε oµ al∞ thσ module≤ iε á\ibmi∩ 
  116.                 whicΦ have changed on or since November 10¼ 1987.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.                                         2
  127.  
  128.  
  129.  
  130.  
  131.  
  132.